home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Information / WebSites / Eyetech / DOWNLOAD / EZMOU004.DMS / EZMOU004.adf / Install < prev    next >
Text File  |  2000-08-24  |  2KB  |  64 lines

  1. ; Eyetech EZMouse setup utility.
  2. ; This installer © Copyright 2000 Eyetech Group Ltd
  3. failat 21
  4. alias clear "echo *"*E[0;0H*E[J*" noline"
  5. echo "Welcome to the Eyetech EZMouse setup utility."
  6. echo ""
  7. echo "This installer will install the EZMouse"
  8. echo "software into the SYS:EZMouse/ directory. It"
  9. echo "will also place the WheelDriver and FreeWheel"
  10. echo "programs into the SYS:WBStartup/ directory."
  11. echo ""
  12. ask "Continue (y/n)?"
  13. if not warn
  14.   echo ""
  15.   echo "Exiting.."
  16.   quit
  17. endif
  18. clear
  19. echo "Installing.. Please Wait"
  20. if exists SYS:EZMouse
  21.   delete SYS:EZMouse all quiet
  22. endif
  23. makedir SYS:EZMouse
  24. copy files/WheelDriver SYS:EZMouse
  25. copy files/WheelDriver.info SYS:EZMouse
  26. copy files/FreeWheel SYS:EZMouse
  27. copy files/FreeWheel.info SYS:EZMouse
  28. copy files/FreeWheel.guide SYS:EZMouse
  29. copy files/FreeWheel.guide.info SYS:EZMouse
  30. copy SYS:EZMouse/WheelDriver SYS:WBStartup
  31. copy SYS:EZMouse/WheelDriver.info SYS:WBStartup
  32. copy SYS:EZMouse/FreeWheel SYS:WBStartup
  33. copy SYS:EZMouse/FreeWheel.info SYS:WBStartup
  34. clear
  35. echo "The software is now installed."
  36. echo ""
  37. echo "The installer will now let you configure the"
  38. echo "FreeWheel program for your needs. You can find"
  39. echo "out what all the configuration options mean by"
  40. echo "double-clicking the *"Readme*" file on this disk."
  41. echo ""
  42. echo "Simply change the settings you need, and click"
  43. echo "the save button, then the hide button (both on"
  44. echo "the main FreeWheel window)."
  45. echo ""
  46. ask "Press return"
  47. run >nil: SYS:WBStartup/WheelDriver
  48. run >nil: SYS:WBStartup/FreeWheel
  49. run >nil: SYS:WBStartup/FreeWheel
  50. clear
  51. echo "When you have done that, you can use your"
  52. echo "mouse wheel however you have configured it."
  53. echo ""
  54. echo "If you ever wish to reconfigure FreeWheel,"
  55. echo "simply run it for a second time from your"
  56. echo "WBStartup drawer (in your boot partition)."
  57. echo ""
  58. echo "Thankyou for purchasing this Amiga product"
  59. echo "from Eyetech!"
  60. echo ""
  61. ask "Press return"
  62. clear
  63. echo "Exiting.."
  64.